home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 June: Reference Library / Dev.CD Jun 99 RL Disk 1.toast / Technical Documentation / Develop / Additional Articles / Developing Symbiotic Apps / Symbiotic Samples / Symbiotic client source / Trident.cw10_pp / CTridentwhoView.h < prev    next >
Encoding:
Text File  |  1996-10-09  |  917 b   |  31 lines  |  [TEXT/CWIE]

  1. // ===========================================================================
  2. //    CTridentwhoView.h                        ©1993 Metrowerks Inc. All rights reserved.
  3. // ===========================================================================
  4.  
  5. #include "CTridentView.h"
  6.  
  7. // =============================== A =========================================
  8.  
  9. #pragma once
  10.  
  11. class    CTridentwhoView : public CTridentView {
  12.  
  13. public:
  14. //    LListBox* myListBox;
  15.     static CTridentwhoView*    CreateTridentViewStreamA(LStream *inStream);
  16.                             CTridentwhoView();
  17.                             CTridentwhoView(LStream *inStream);
  18.                             ~CTridentwhoView();
  19.         virtual     void    FindCommandStatus(CommandT inCommand,
  20.                             Boolean     &outEnabled,
  21.                             Boolean     &outUsesMark,
  22.                             Char16         &outMark,
  23.                             Str255         outName);
  24.              void            HandleAppleEvent( const AppleEvent    &inAppleEvent,
  25.                             AppleEvent    &outAEReply,
  26.                             AEDesc    &outResult,
  27.                             long    inAENumber)    ;                        
  28.             
  29. };
  30.  
  31.